GoXam for WPF v3
FromKeys Property
Northwoods.GoXam.Model Namespace > GraphModelNodeData<NodeKey> Class : FromKeys Property
Gets or sets the list of keys identifying nodes from which links come to this node data.
Syntax
public IList<NodeKey> FromKeys {get; set;}

Property Value

By default this is an empty ObservableCollection. Usually you will not need to set this, but if you do, you may want to make sure the new value also implements the System.Collections.Specialized.INotifyCollectionChanged interface.
See Also

Reference

GraphModelNodeData<NodeKey> Class
GraphModelNodeData<NodeKey> Members